- The XBRL Standard
- XBRL Specifications
- Registries
- Functions Registry 1.0
- Functions Registry
- xff:uncovered-aspect
- 80155:
Function test xff:uncovered-aspect
Documentation
Tests of xff:uncovered-aspect($aspect as xs:token, $dimension as xs:QName?) as xs:anyType?
The xff:uncovered-aspect function can only be applied to consistency assertion, value assertion,
and formula aspect rule processing. Hence the only result when applied in testcase use here is an
exception, because the function testcase does not have any way to set up and execute assertions
and formula output.
There is a formula test case provided in this directory for that purpose,
and it is listed as a testcase in the trunk/index.xml testcases file, to cause its execution.
Owners
Name
|
Affiliation
|
Email
|
Start
|
End
|
Herm Fischer |
UBMatrix / Mark V Systems
|
fischer@markv.com |
19-11-2009 at 22:00:00 |
|
References
http://www.xbrl.org/Specification/XF-PWD-2006-12-07.htm#_Toc152670684
Test Case Variations
V-01
Function raises an exception when not used in a consistency/value assertion or formula result or aspect rule expression.
Documentation
Inputs
Outputs
-
Error code: xffe:invalidFunctionUse
V-02
Second argument is not a QName
Documentation
XPath-defined error for type of argument.
Inputs
Outputs
-
Error code: xqt-err:XPTY0004
Revisions
Name
|
On
|
Details
|
Herm Fischer |
19-11-2009 at 22:00:00 |
Created the test case.
|
Herm Fischer |
13-12-2009 at 22:00:00 |
Revised prefixes and namespaces to function/formula from function/instance.
|
Herm Fischer |
14-08-2011 at 12:00:00 |
Fix typo in V-02 schema file.
|